home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Eidos Line Up 2003-04 (Germany)
/
Eidos Line Up 2003-04 (Germany).bin
/
commandos3.swf
/
scripts
/
DefineButton2_340
/
BUTTONCONDACTION on(release).as
next >
Wrap
Text File
|
2003-08-06
|
558b
|
25 lines
on(release){
_root.gewinnload = 0;
trace("_root.playrelease");
if(_root.playrelease == 1)
{
if(_root.soundactive == 1)
{
_root.soundhintergrund.start(0,999);
_root.playrelease = 0;
trace("_root.playrelease");
}
}
if(_root.fullscreenplay == 1)
{
if(_root.soundactive == 1)
{
_root.soundhintergrund.start(0,999);
}
_root.fullscreenplay = 0;
trace("_root.fullscreenplay");
}
_root.inhalt.trpl.gotoAndPlay("rtw");
play();
}